home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / COMPILER / GUAVAC / FrontEnd1 / !Guavac / Desc < prev    next >
Text File  |  1998-05-30  |  897b  |  43 lines

  1. # This is a description of the wimp interface for squeeze
  2.  
  3. tool_details_start
  4.    name          "guavac";
  5.    version       "1.00 Risc OS release 1.2";
  6.    wimpslot        2800k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run      on;
  13.    has_text_window;
  14.    has_summary_window;
  15. metaoptions_end
  16.  
  17.  
  18.  
  19. dbox_start
  20.    icons_start
  21.       icn 10  maps_to "-M";      # dependencies list
  22.       icn  7  maps_to "-th";    # enable throwback
  23.       icn  3  maps_to string   not_saved;
  24.       icn  9  maps_to "-classpath " string not_saved;
  25.       icn  6  maps_to "-ext";    # add PC extension
  26.    icons_end
  27.  
  28.    defaults
  29.    icn  3  "",
  30.    icn  9  "",
  31.    icn  6 on,
  32.    icn  7 on,
  33.    icn 10 off;
  34.  
  35.    imports_start
  36.       drag_to icn 3    inserts icn 3;
  37.       drag_to icn 9    inserts icn 9;
  38.       drag_to any      inserts icn 3;
  39.       drag_to iconbar  inserts icn 3;
  40.    imports_end
  41. dbox_end
  42.  
  43.